vcView
vcView provides access to 3D views created in application.
See in: Overview
Module: vcCore
Parent: vcObject
Children -
Referenced by: vcWorld.Views, vcWorld.createView(), vcWorld.findView()
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| CameraFar | Real | RW | Gets or sets the distance of far clipping plane from camera location. |
| CameraFovy | Real | RW | Gets or sets the field of view (in degrees) for camera. |
| CameraIsOrthographic | Boolean | RW | Gets or sets orthographic mode in camera. |
| CameraMatrix | vcMatrix | RW | Gets or sets the location of camera in World coordinate system. |
| CameraNear | Real | RW | Gets or sets the distance of near clipping plane from camera location. |
| EdgeShadingMode | vcEdgeShadingMode | RW | Gets or sets the edge shading mode of view. |
| Flags | vcViewFlags | RW | Gets or sets if camera, light and shading settings are stored in view. |
| Name | String | RW | Gets or sets the name of the view. |
| RenderShadingMode | vcRenderShadingMode | RW | Gets or sets rendering mode of view. |